ArcFM Responder Mobile Developer Guide
CopyTo(GeoPoint[],Int32) Method






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Sub CopyTo( _
   ByVal array() As GeoPoint, _
   ByVal arrayIndex As System.Integer _
) 
'Usage
 
Dim instance As GeoLine
Dim array() As GeoPoint
Dim arrayIndex As System.Integer
 
instance.CopyTo(array, arrayIndex)
[__DynamicallyInvokable()]
public void CopyTo( 
   GeoPoint[] array,
   System.int arrayIndex
)
public procedure CopyTo( 
    array: GeoPointarray of;
    arrayIndex: System.Integer
); 
__DynamicallyInvokableAttribute()
public function CopyTo( 
   array : GeoPoint[],
   arrayIndex : System.int
);
[__DynamicallyInvokable()]
public: void CopyTo( 
   GeoPoint*[]* array,
   System.int arrayIndex
) 
[__DynamicallyInvokable()]
public:
void CopyTo( 
   array<GeoPoint^>^ array,
   System.int arrayIndex
) 

Parameters

array
arrayIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoLine Class
GeoLine Members
Overload List

Send Feedback